Add headers required by gtk/gtkwin32embedwidget.c
authorChun-wei Fan <fanchunwei@src.gnome.org>
Fri, 24 Jun 2011 05:19:58 +0000 (13:19 +0800)
committerChun-wei Fan <fanchunwei@src.gnome.org>
Fri, 24 Jun 2011 05:19:58 +0000 (13:19 +0800)
Some functions from the added headers are needed by this file to compile
without C4013 (a.k.a implicit declaration of ...) warnings/errors

gtk/gtkwin32embedwidget.c

index 154b156ee1a8a657ad4b750fb6eb5779865d0c50..945bd841633d5bf2e3a063238189edf54a58397e 100644 (file)
@@ -32,6 +32,8 @@
 #include "gtkintl.h"
 #include "gtkprivate.h"
 #include "gtkwindowprivate.h"
+#include "gtkwidgetprivate.h"
+#include "gtkcontainerprivate.h"
 
 
 static void            gtk_win32_embed_widget_realize               (GtkWidget        *widget);